/* index_main START */

.index_main .index_title .index_title_text {
    font-size: 36px;
    color: #464646;
    letter-spacing: 2px;
}
.index_main .xg_more {
    padding: 10px 20px;
    color: #ff9000;
    border-radius: 40px;
    border: 1px solid #ff9000;
}
.index_main .index_title .index_title_desc {
    font-size: 24px;
    font-weight: bold;
    color: #b6b6b6;
    letter-spacing: 1px;
    margin-left: 18px;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.index_main .index_title .line {
    width: 27px;
    height: 4px;
    margin-top: 25px;
    background: #ff9c00;
}

.index_main .index_title .q_more{color: #ff9c00;padding: 5px 10px;border: 1px solid #ff9c00;border-radius: 20px;text-align: center;    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
font-size: 14px;}
.index_main .index_title .q_more:hover{color: #ffffff;background-color: #ff9c00;}

.index_main .index_title.white .index_title_text {
    color: #fff;
}

.index_main .index_title.white .index_title_desc {
    color: #fff;
}

.index_main .index_title.white .line {
    background: #fff;
}

.index_main .main {
    overflow: hidden;
    padding-top: 100px;
}

.index_main .main_list_swiper {
    position: relative;
    background: #fff;
}

.index_main .main_list_swiper .center {
    position: relative;
    z-index: 10;
}

.index_main .main_list_swiper .center .swiper-container {
    margin: 0;
}

.index_main .main_list_swiper .main_container {
    position: relative;
    z-index: 10;
}

.index_main .main_list_swiper .main_container .list {
    border-bottom: 1px solid rgba(230, 230, 230, 0.3);
    position: relative;
}

.index_main .main_list_swiper .main_container .list .swiper-container {
    padding-top: 35px;
}

.index_main .main_list_swiper .main_container .list .swiper-slide {
    width: auto;
    font-size: 16px;
    padding-bottom: 24px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(1) {
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(2) {
    -o-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(3) {
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(4) {
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(5) {
    -o-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(6) {
    -o-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(7) {
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(8) {
    -o-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(9) {
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:nth-child(10) {
    -o-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:not(:last-child) {
    margin-right: 66px;
}

.index_main .main_list_swiper .main_container .list .swiper-slide:not(.active):hover {
    -o-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
}

.index_main .main_list_swiper .main_container .list .line {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
    height: 3px;
    width: 70px;
    background: #ff9c00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_main .main1 {
    background: #fff;
}

.index_main .main1 .center {
    height: 60px;
    font-size: 12px;
    color: #595961;
    position: relative;
    overflow: hidden;
}

.index_main .main1 .center .left_icon {
    margin-right: 12px;
}

.index_main .main1 .center .left_icon .looit_iconfont {
    margin-right: 12px;
    font-size: 16px;
    color: #ff9c00;
}

.index_main .main1 .center .main_container .swiper-container {
    height: 60px;
}

.index_main .main1 .center .main_container .swiper-slide .item {
    max-width: 500px;
}

.index_main .main1 .center .main_container .swiper-slide .item:not(:last-child) {
    margin-right: 66px;
}

.index_main .main1 .center .main_container .swiper-slide .item .explain {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 485px;
}

.index_main .main1 .center .main_container .swiper-slide .item .dot {
    width: 10px;
    height: 10px;
    border: solid 1px #c1c1d6;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index_main .main1 .center .main_container .swiper-slide .item .dot .inside_dot {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #c1c1d6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index_main .main1 .center .main_container .swiper-slide .item:hover .explain {
    color: #ff9c00;
}

.index_main .main1 .center .main_container .swiper-slide .item:hover .dot {
    border-color: #ff9c00;
}

.index_main .main1 .center .main_container .swiper-slide .item:hover .dot .inside_dot {
    background: #ff9c00;
}

.index_main .main1 .center .right_icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #b6b6b6;
    position: absolute;
    color: #b6b6b6;
    right: 0;
    top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index_main .main1 .center .right_icon .looit_iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index_main .main1 .center .right_icon:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: #ff9c00;
    color: #ff9c00;
}


.index_main .main5 {
    padding-bottom: 80px;
}

.index_main .main5 .main_mask {
    background-image: url(../images/public/index07.jpg);
    position: absolute;
    height: 750px;
    left: 0;
    top: 0;
    width: 100%;
}

.index_main .main5 .main_container .list .swiper-slide {
    color: #ffffff;
}

.index_main .main5 .main_container .list_container {
    margin-top: 70px;
}

.index_main .main5 .main_container .list_container .swiper-slide {
    overflow: hidden;
}

.index_main .main5 .main_container .list_container .item_picture {
    width: 780px;
}

.index_main .main5 .main_container .list_container .item_picture .picture_container {
    padding-top: 74.35%;
}

.index_main .main5 .main_container .list_container .explain {
    width: 440px;
    margin-left: 110px;
    color: #fff;
}

.index_main .main5 .main_container .list_container .explain .explain_icon {
    font-size: 78px;
    -o-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.index_main .main5 .main_container .list_container .explain .explain_title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.index_main .main5 .main_container .list_container .explain .explain_desc {
    font-size: 20px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
    -o-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.index_main .main5 .main_container .list_container .explain .explain_content {
    font-size: 16px;
    color: #ffffff;
    margin-top: 38px;
    line-height: 36px;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.index_main .main5 .main_container .swiper_control {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 890px;
}

.index_main .main5 .main_container .swiper_control .swiper_btn {
    width: 78px;
    height: 78px;
    line-height: 76px;
    text-align: center;
    border: solid 1px #dcdcdc;
    font-size: 38px;
    color: #eee;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.index_main .main5 .main_container .swiper_control .swiper_btn.disable {
    opacity: 0.35;
}

.index_main .main5 .main_container .swiper_control .swiper_btn .looit_iconfont {
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.index_main .main5 .main_container .swiper_control .swiper_btn.swiper_prev:not(.disable):hover .looit_iconfont {
    -o-transform: translate(-8px, 0);
    -moz-transform: translate(-8px, 0);
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
}

.index_main .main5 .main_container .swiper_control .swiper_btn.swiper_next {
    margin-left: 20px;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.index_main .main5 .main_container .swiper_control .swiper_btn.swiper_next:not(.disable):hover .looit_iconfont {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
}

.index_main .main5 .main_container .swiper_control .swiper_btn:not(.disable):hover {
    color: #ff9c00;
    border-color: #ff9c00;
}

.index_main .main5 .main_container .swiper_control .swiper_btn.disable {
    cursor: default;
}

.index_main .main6 {
    position: relative;
    background-attachment: fixed;
    background: #f4f4f4;
}

.index_main .main6 .swiper-slide {
    position: relative;
    overflow: hidden;
    /* &:hover {
                .swiper_picture {
                    img {
                        .transformScale(1.2);
                    }
                }
            } */
}

.index_main .main6 .swiper-slide:nth-child(1) .swiper_picture img {
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.index_main .main6 .swiper-slide .swiper_picture img {
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    -o-transform: translateZ(0) scale(1.6);
    -moz-transform: translateZ(0) scale(1.6);
    -webkit-transform: translateZ(0) scale(1.6);
    transform: translateZ(0) scale(1.6);
}

.index_main .main6 .swiper-slide .swiper_picture img.active {
    -o-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.index_main .main6 .swiper-slide .center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index_main .main6 .swiper-slide .center .picture_logo {
    position: absolute;
    top: 60px;
    left: 64px;
}

.index_main .main6 .swiper-slide .center .explain {
    position: absolute;
    bottom: 40px;
    left: 64px;
    color: #fff;
}

.index_main .main6 .swiper-slide .center .explain .explain_title {
    font-size: 46px;
    letter-spacing: 2px;
    font-weight: bold;
}

.index_main .main6 .swiper-slide .center .explain .explain_content {
    font-size: 36px;
    font-weight: 100;
    margin-top: 15px;
}

.index_main .main6 .swiper-button {
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50%;
    background: none;
    text-align: center;
    line-height: 56px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.index_main .main6 .swiper-button:hover {
    color: #ff9c00;
    border-color: #ff9c00;
}

.index_main .main6 .swiper-button.swiper-button-prev {
    left: 80px;
}

.index_main .main6 .swiper-button.swiper-button-next {
    right: 80px;
}

.index_main .main6 .swiper-pagination {
    font-size: 0;
    bottom: 40px;
    right: 280px;
}

.index_main .main6 .swiper-pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    opacity: 1;
}

.index_main .main6 .swiper-pagination span:not(:last-child) {
    margin-right: 32px;
}

.index_main .main6 .swiper-pagination span::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: -6px;
    -o-transform: translateZ(0) scale(0);
    -moz-transform: translateZ(0) scale(0);
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index_main .main6 .swiper-pagination span[class*=active]::after {
    -o-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.index_main .main7 .main_container .list .swiper-slide {
    color: #333;
}

.index_main .main7 .main_container .list_container {
    padding-bottom: 70px;
    margin-top: 50px;
}

.index_main .main7 .main_container .list_container .swiper-slide {
    overflow: hidden;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk {
    width: 30%;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk:not(:first-child) {
    margin-left: 5%;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_picture {
    width: 45%;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_picture .picture_container {
    padding-top: 66.66%;
    background: #ffffff;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_picture .picture_container img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_explain {
    width: 48%;
    margin-left: 7%;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_explain_title {
    font-size: 16px;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk:hover .chunk_explain_title {
    color: #ff9c00;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_explain_content {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin: 12px 0;
}

.index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk_explain_icon {
    font-size: 12px;
    color: #ff9c00;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list {
    margin-top: 40px;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_list {
    width: 30%;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_list:not(:first-child) {
    margin-left: 5%;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:not(:first-child) {
    margin-top: 30px;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(1) {
    animation-delay: 0.1s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(2) {
    animation-delay: 0.2s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(3) {
    animation-delay: 0.3s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(4) {
    animation-delay: 0.4s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(5) {
    animation-delay: 0.5s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:nth-child(6) {
    animation-delay: 0.6s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk:hover .chunk_title {
    color: #ff9c00;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_title {
    font-size: 16px;
    color: #464646;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_time {
    font-size: 14px;
    color: #bbbbbb;
    text-align: right;
}

.index_main .main7 .main_container .list_container .slide_left {
    width: 520px;
    position: relative;
    padding-bottom: 40px;
}

.index_main .main7 .main_container .list_container .slide_left .picture_container {
    padding-top: 67.3%;
}


/*.index_main .main7 .main_container .list_container .slide_left .picture_container img {*/


/*position: static;*/


/*width: 100%;*/


/*}*/

.index_main .main7 .main_container .list_container .slide_list {
    width: 772px;
}

.index_main .main7 .main_container .list_container .slide_list .item {
    position: relative;
    padding-bottom: 40px;
    width: 336px;
    margin-top: 68px;
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.index_main .main7 .main_container .list_container .slide_list .item:nth-child(1),
.index_main .main7 .main_container .list_container .slide_list .item:nth-child(2) {
    margin-top: 0;
}

.index_main .main7 .main_container .list_container .slide_list .item:not(:nth-child(2n)) {
    margin-right: 100px;
}

.index_main .main7 .main_container .list_container .slide_list .item .item_time {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #424242;
}

.index_main .main7 .main_container .list_container .item:hover .explain_title {
    -o-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
}

.index_main .main7 .main_container .list_container .item:hover .explain_content {
    -o-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

.index_main .main7 .main_container .list_container .item:hover .explain_link {
    bottom: 0px;
    visibility: visible;
    z-index: 10;
    opacity: 1;
}

.index_main .main7 .main_container .list_container .item:hover .explain_line .inside_line {
    width: 80px;
}

.index_main .main7 .main_container .list_container .explain {
    margin-top: 35px;
}

.index_main .main7 .main_container .list_container .explain .explain_title {
    font-size: 18px;
    color: #464646;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.index_main .main7 .main_container .list_container .explain .explain_title:hover {
    color: #ff9c00;
}

.index_main .main7 .main_container .list_container .explain .explain_content {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    margin-top: 15px;
}

.index_main .main7 .main_container .list_container .explain .explain_line {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    position: relative;
}

.index_main .main7 .main_container .list_container .explain .explain_line .inside_line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ff9c00;
    width: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: auto;
    left: 0;
}

.index_main .main7 .main_container .list_container .explain .explain_link {
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ff9c00;
    bottom: 20px;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.index_main .main7 .main_container .list_container .explain .explain_link .looit_iconfont {
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.index_main .main7 .main_container .list_container .explain .explain_link:hover .looit_iconfont {
    margin-left: 15px;
}

.index_main .main8 {
    background: #f8f8f8;
    padding-bottom: 70px;
}

.index_main .main8 .main_container {
    padding-top: 34px;
}

.index_main .main8 .main_container .item {
    width: 220px;
    margin-top: 16px;
}

.index_main .main8 .main_container .item .picture_container {
    height: 120px;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

/* .index_main .main8 .main_container .item img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
} */
.index_main .main8 .main_container .item img{
    transition: all 0.5s;
}
.index_main .main8 .main_container .item img:hover{
      /* 设置移动方向和距离 */
      transform: translateY(-5px);
}
.index_main .main8 .main_container .item:not(:nth-child(6n)) {
    margin-right: 16px;
}

.index_main .main8 .main_container .item:hover .picture_container {
    box-shadow: 0px 8px 16px rgba(50, 50, 50, 0.1);
    -o-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
}

.index_main .main8 .main_container .item:hover .picture_container img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.index_main .main8 .main_container .load_more {
    width: 360px;
    height: 64px;
    border: solid 1px #bfbfbf;
    line-height: 62px;
    text-align: center;
    margin: 60px auto 0;
    font-size: 20px;
    color: #464646;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index_main .main8 .main_container .load_more span {
    position: relative;
    z-index: 10;
}

.index_main .main8 .main_container .load_more .load_more_mask {
    position: absolute;
    border-radius: 50%;
    background: #ff9c00;
    width: 400px;
    height: 400px;
    left: 50%;
    top: 64px;
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_main .main8 .main_container .load_more:hover {
    border-color: #ff9c00;
    color: #fff;
}

.index_main .main8 .main_container .load_more:hover .load_more_mask {
    top: -120px;
}

@-webkit-keyframes leftIconMove {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes leftIconMove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/* index_main END */


/* mailbox START */

.mailbox_banner {
    height: 544px;
    background-image: url(../images/public/email01.png);
}

.mailbox_banner .mailbox_banner_container {
    height: 100%;
}

.mailbox_banner .center {
    width: auto;
    text-align: center;
}

.mailbox_banner .center .explain .explain_title {
    font-size: 48px;
    color: #384049;
}

.mailbox_banner .center .explain .explain_content {
    height: 34px;
    color: #fff;
    overflow: hidden;
    line-height: 34px;
    background: #ff9c00;
    border-radius: 17px;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 40px;
    margin-top: 25px;
    font-size: 16px;
    background: -webkit-linear-gradient(left, rgba(255, 156, 0, 0.7) 15%, #ff9c00);
    background: -moz-linear-gradient(left, rgba(255, 156, 0, 0.7) 15%, #ff9c00);
    background: -ms-linear-gradient(top left, rgba(255, 156, 0, 0.7) 15%, #ff9c00);
    background: linear-gradient(left, rgba(255, 156, 0, 0.7) 15%, #ff9c00);
}

.mailbox_banner .center .explain .explain_content .looit_iconfont {
    float: left;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.mailbox_banner .center .explain .explain_link {
    color: #ff9c00;
    padding: 8px 0;
    font-size: 20px;
    text-indent: 4px;
    letter-spacing: 4px;
    border: 1px solid #ff9c00;
    position: relative;
    border-radius: 2px;
    line-height: 30px;
    margin-top: 50px;
    overflow: hidden;
    width: 164px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mailbox_banner .center .explain .explain_link span {
    position: relative;
    z-index: 10;
}

.mailbox_banner .center .explain .explain_link::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    background: #ff9c00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mailbox_banner .center .explain .explain_link:hover {
    color: #fff;
}

.mailbox_banner .center .explain .explain_link:hover::after {
    top: 0;
}

.mailbox .main {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.mailbox .main:nth-child(odd) {
    background-color: #fff;
}

.mailbox .main:nth-child(even) {
    background-color: #f9f9f9;
}

.mailbox .main .main_title {
    color: #333;
    text-align: center;
}

.mailbox .main .main_title .main_title_text {
    font-size: 22px;
}

.mailbox .main .main_title .main_title_desc {
    font-size: 14px;
    margin-top: 18px;
}

.mailbox .main1 .item {
    border: 1px solid #E2E2E2;
    background: #FFF;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    width: 370px;
}

.mailbox .main1 .item.item_left {
    margin-top: 10px;
}

.mailbox .main1 .item.item_left .explain_list .explain_list_item.active::after {
    background-image: url(../images/public/email04.png);
}

.mailbox .main1 .item.item_right {
    border-color: #ff9c00;
    border-top-width: 7px;
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.05);
    margin-left: 40px;
}

.mailbox .main1 .item.item_right .explain_list .explain_list_item.active::after {
    background-image: url(../images/public/email05.png);
}

.mailbox .main1 .item .explain .explain_title {
    color: #333;
    font-size: 26px;
    margin-bottom: 6px;
    letter-spacing: 3px;
}

.mailbox .main1 .item .explain .explain_desc {
    color: #333;
    font-size: 14px;
    margin-bottom: 23px;
}

.mailbox .main1 .item .explain .explain_content {
    font-size: 18px;
    color: #4F4F4F;
    line-height: 48px;
    margin-bottom: 26px;
}

.mailbox .main1 .item .explain .explain_content span {
    color: #333;
    font-size: 34px;
}

.mailbox .main1 .item .explain .explain_content span+p {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
    line-height: 36px;
}

.mailbox .main1 .item .explain .explain_link {
    width: 200px;
    padding: 8px 0;
    font-size: 16px;
    text-indent: 2px;
    border-radius: 2px;
    background: #FFF;
    letter-spacing: 2px;
    border: 1px solid #ff9c00;
    margin-bottom: 30px;
    text-align: center;
    color: #ff9c00;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.mailbox .main1 .item .explain .explain_link.active {
    color: #fff;
    background: #ff9c00;
}

.mailbox .main1 .item .explain .explain_link:hover {
    opacity: 0.8;
}

.mailbox .main1 .item .line {
    height: 1px;
    background: #eee;
    margin-bottom: 30px;
}

.mailbox .main1 .item .explain_list .explain_list_item {
    font-size: 14px;
    color: #D3D3D3;
    overflow: hidden;
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    -o-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(1) {
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(2) {
    -o-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(3) {
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(4) {
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(5) {
    -o-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(6) {
    -o-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(7) {
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(8) {
    -o-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(9) {
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(10) {
    -o-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(11) {
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(12) {
    -o-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(13) {
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(14) {
    -o-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.mailbox .main1 .item .explain_list .explain_list_item:nth-child(15) {
    -o-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.mailbox .main1 .item .explain_list .explain_list_item:not(:last-child) {
    margin-bottom: 16px;
}

.mailbox .main1 .item .explain_list .explain_list_item.active {
    color: #4F4F4F;
}

.mailbox .main1 .item .explain_list .explain_list_item.active::after {
    content: "";
    width: 10px;
    height: 7px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 6px;
}

.mailbox .main2 .main_container {
    margin-top: 20px;
}

.mailbox .main2 .main_container .item {
    width: 260px;
    text-align: center;
}

.mailbox .main2 .main_container .item:not(:nth-child(4n)) {
    margin-right: 65px;
}

.mailbox .main2 .main_container .item:hover .item_picture {
    -o-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
}

.mailbox .main2 .main_container .item:hover .explain .explain_title {
    -o-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
}

.mailbox .main2 .main_container .item:hover .explain .explain_content {
    -o-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

.mailbox .main2 .main_container .item .item_picture {
    width: 180px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mailbox .main2 .main_container .item .item_picture .picture_container {
    height: 140px;
}

.mailbox .main2 .main_container .item .explain .explain_title {
    color: #333;
    font-size: 20px;
    padding: 9px 0 17px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mailbox .main2 .main_container .item .explain .explain_content {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mailbox .main_list .main_container {
    margin-top: 50px;
    padding: 0 80px;
}

.mailbox .main_list .item {
    width: 235px;
    height: 190px;
}

.mailbox .main_list .item:not(:nth-child(4n)) {
    margin-right: 100px;
}

.mailbox .main_list .item .item_icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/public/email06.png);
}

.mailbox .main_list .item .explain .explain_title {
    color: #333;
    font-size: 16px;
    padding: 12px 0 10px;
}

.mailbox .main_list .item .explain .explain_content {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
}

.mailbox .main_list .list_container_hide {
    display: none;
}

.mailbox .main_list .list_control .list_control_container {
    cursor: pointer;
}

.mailbox .main_list .list_control .list_control_container:hover .text {
    color: #ff9c00;
}

.mailbox .main_list .list_control .list_control_container:hover .icon {
    color: #ff9c00;
    border-color: #ff9c00;
}

.mailbox .main_list .list_control .text {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mailbox .main_list .list_control .icon {
    color: #666;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    line-height: 12px;
    border: 1px solid #555;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mailbox .main3 .list .item:nth-child(1) .item_icon {
    background-position: -40px -593px;
}

.mailbox .main3 .list .item:nth-child(2) .item_icon {
    background-position: -630px -240px;
}

.mailbox .main3 .list .item:nth-child(3) .item_icon {
    background-position: -630px -160px;
}

.mailbox .main3 .list .item:nth-child(4) .item_icon {
    background-position: -600px -593px;
}

.mailbox .main3 .list_container .item:nth-child(1) .item_icon {
    background-position: -630px -440px;
}

.mailbox .main3 .list_container .item:nth-child(2) .item_icon {
    background-position: -280px -593px;
}

.mailbox .main3 .list_container .item:nth-child(3) .item_icon {
    background-position: -630px -520px;
}

.mailbox .main3 .list_container .item:nth-child(4) .item_icon {
    background-position: -630px -320px;
}

.mailbox .main3 .list_container .item:nth-child(5) .item_icon {
    background-position: -560px -553px;
}

.mailbox .main3 .list_container .item:nth-child(6) .item_icon {
    background-position: -240px -553px;
}

.mailbox .main3 .list_container .item:nth-child(7) .item_icon {
    background-position: -360px -593px;
}

.mailbox .main3 .list_container .item:nth-child(8) .item_icon {
    background-position: -440px -593px;
}

.mailbox .main3 .list_container .item:nth-child(9) .item_icon {
    background-position: -120px -593px;
}

.mailbox .main3 .list_container .item:nth-child(10) .item_icon {
    background-position: -200px -593px;
}

.mailbox .main3 .list_container .item:nth-child(11) .item_icon {
    background-position: -520px -593px;
}

.mailbox .main4 .list .item:nth-child(1) .item_icon {
    background-position: -400px -513px;
}

.mailbox .main4 .list .item:nth-child(2) .item_icon {
    background-position: -80px -513px;
}

.mailbox .main4 .list .item:nth-child(3) .item_icon {
    background-position: -630px 0;
}

.mailbox .main4 .list .item:nth-child(4) .item_icon {
    background-position: -560px -513px;
}

.mailbox .main4 .list_container .item:nth-child(1) .item_icon {
    background-position: -120px -553px;
}

.mailbox .main4 .list_container .item:nth-child(2) .item_icon {
    background-position: -520px -553px;
}

.mailbox .main4 .list_container .item:nth-child(3) .item_icon {
    background-position: -40px -553px;
}

.mailbox .main4 .list_container .item:nth-child(4) .item_icon {
    background-position: -480px -513px;
}

.mailbox .main4 .list_container .item:nth-child(5) .item_icon {
    background-position: -360px -553px;
}

.mailbox .main4 .list_container .item:nth-child(6) .item_icon {
    background-position: -160px -513px;
}

.mailbox .main4 .list_container .item:nth-child(7) .item_icon {
    background-position: -240px -513px;
}

.mailbox .main4 .list_container .item:nth-child(8) .item_icon {
    background-position: -200px -553px;
}

.mailbox .main4 .list_container .item:nth-child(9) .item_icon {
    background-position: -440px -553px;
}

.mailbox .main4 .list_container .item:nth-child(10) .item_icon {
    background-position: -280px -553px;
}

.mailbox .main4 .list_container .item:nth-child(11) .item_icon {
    background-position: -320px -513px;
}

.mailbox .main4 .list_container .item:nth-child(12) .item_icon {
    background-position: -630px -80px;
}

.mailbox .main5 .main_container {
    margin-top: 14px;
    padding: 0 120px;
}

.mailbox .main5 .item {
    width: 236px;
    margin-top: 36px;
    border-radius: 4px;
}

.mailbox .main5 .item .item_container {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mailbox .main5 .item .item_container:hover {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    -o-transform: translateZ(0) scale(1.06);
    -moz-transform: translateZ(0) scale(1.06);
    -webkit-transform: translateZ(0) scale(1.06);
    transform: translateZ(0) scale(1.06);
}

.mailbox .main5 .item .item_container:hover .explain {
    color: #fff;
    background: #ff9c00;
}

.mailbox .main5 .item:not(:nth-child(4n)) {
    margin-right: 72px;
}

.mailbox .main5 .item .explain {
    border-radius: 4px 4px 0 0;
    background: #f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 15px;
    font-size: 18px;
    color: #333;
}

.mailbox .main5 .item .explain .explain_title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mailbox .main5 .item .picture_container {
    height: 200px;
    border-radius: 0 0 4px 4px;
}

.mailbox .main6 .main_title .explain_link {
    width: 200px;
    padding: 8px 0;
    font-size: 16px;
    text-indent: 2px;
    letter-spacing: 2px;
    border: 1px solid #ff9c00;
    background: #ff9c00;
    border-radius: 2px;
    color: #FFF;
    margin: 30px auto 50px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.mailbox .main6 .main_title .explain_link:hover {
    opacity: 0.8;
}

.mailbox .main6 .main_container {
    padding: 0 100px;
}

.mailbox .main6 .main_container .line {
    height: 1px;
    background: #eee;
    margin-bottom: 50px;
}

.mailbox .main6 .main_container .list {
    padding: 0 80px;
}

.mailbox .main6 .main_container .list .item {
    width: 500px;
}

.mailbox .main6 .main_container .list .item .item_title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.mailbox .main6 .main_container .list .item .explain .explain_title {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mailbox .main6 .main_container .list .item .explain .explain_title:hover {
    color: #ff9c00;
}

.mailbox .main6 .main_container .list .item .explain_link {
    font-size: 14px;
    color: #4A4A4A;
    margin-top: 14px;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mailbox .main6 .main_container .list .item .explain_link .looit_iconfont {
    font-size: 12px;
    margin-left: 3px;
}

.mailbox .main6 .main_container .list .item .explain_link:hover {
    color: #ff9c00;
}


/* 2020-09-15改版 */
@font-face { font-family: "dvl"; src: url("../fonts/index/DolceVitaLight.ttf") format("truetype"); }

/* 字体图标 */
.iconfonts { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

.index_main .index_more { width: 140px; height: 46px; border: solid 1px #5c5c5c; color: #5c5c5c; font-size: 14px; line-height: 1.1; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.index_main .index_more .txt { margin-top: 4px; margin-left: 10px; }

.index_main .index_more:hover { border: solid 1px #ff9c00; color: #ff9c00; }

.index_main .main2 { padding-bottom: 100px; background-color: #f8fafc; }

.index_main .main2 .content { padding-top: 70px; }

.index_main .main2 .content .box .block { width: 22.85714%; }

.index_main .main2 .content .box .block .icon { margin-bottom: 30px; }

.index_main .main2 .content .box .block .txt { width: 81.25%; }

.index_main .main2 .content .box .block .txt .name { font-size: 20px; font-weight: bold; line-height: 1.1; margin-bottom: 20px; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.index_main .main2 .content .box .block .txt .abstract { font-size: 14px; color: #888888; line-height: 26px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis;  -webkit-box-orient: vertical; line-height: 26px;  min-height: 78px; }

.index_main .main2 .content .box .block:not(:nth-child(4n)) { border-right: 1px solid #eeeeee; }

.index_main .main2 .content .box .block.block_top { border-bottom: 1px solid #eeeeee; padding-top: 10px; padding-bottom: 60px; }

.index_main .main2 .content .box .block.block_bottom { padding-top: 55px; padding-bottom: 45px; }

.index_main .main2 .content .box .block.blocks { width: 27.14286%; }

.index_main .main2 .content .box .block.blocks .txt { width: 68.42105%; margin: 0 auto; }

.index_main .main2 .content .box .block:hover .txt .name { color: #ff9c00; }

.index_main .main4 { padding-bottom: 100px; }

.index_main .main4 .content { padding-top: 70px; }

.index_main .main4 .content .box .block { width: 32.14286%; }

.index_main .main4 .content .box .block:not(:nth-child(3n)) { margin-right: 1.78571%; }

.index_main .main4 .content .box .block:nth-child(n+4) { margin-top: 25px; }

.index_main .main4 .content .box .block .img { position: relative; overflow: hidden; }

.index_main .main4 .content .box .block .img .picture_container { padding-top: 62.222%; -o-transform: translate3d(0, 0, 0) scale(1.1); -moz-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main4 .content .box .block .img .mask { opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 2; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: rgba(0, 0, 0, 0.5); }

.index_main .main4 .content .box .block .img .txt_btn { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 3; }

.index_main .main4 .content .box .block .img .txt_btn p { opacity: 0; margin: 0 auto; color: #ffffff; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main4 .content .box .block .img .txt_btn:after { content: " "; position: absolute; top: calc(50% - 15px); left: -70px; width: 70px; height: 1px; background-color: #ebeef4; opacity: 0.5; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main4 .content .box .block .img .txt_btn:before { content: " "; position: absolute; top: calc(50% + 15px); right: -70px; width: 70px; height: 1px; background-color: #ebeef4; opacity: 0.5; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main4 .content .box .block .txt { padding: 25px 30px 20px 35px; border-bottom: 1px solid #eeeeee; border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; }

.index_main .main4 .content .box .block .txt .title { width: 85%; }

.index_main .main4 .content .box .block .txt .name { font-size: 20px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.index_main .main4 .content .box .block .txt .abstract { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 10px; font-size: 12px; line-height: 1.1; color: #bbbbbb; }

.index_main .main4 .content .box .block .txt .iconfonts { color: #5b5b5b; font-size: 20px; line-height: 17px; padding-left: 20px; border-left: 1px solid #eeeeee; }

.index_main .main4 .content .box .block:hover .img .picture_container { -o-transform: translate3d(0, 0, 0) scale(1); -moz-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

.index_main .main4 .content .box .block:hover .img .mask { opacity: 1; }

.index_main .main4 .content .box .block:hover .img .txt_btn p { opacity: 1; }

.index_main .main4 .content .box .block:hover .img .txt_btn:after { left: 50%; -o-transform: translate3d(-50%, 0, 0); -moz-transform: translate3d(-50%, 0, 0); -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }

.index_main .main4 .content .box .block:hover .img .txt_btn:before { right: 50%; -o-transform: translate3d(50%, 0, 0); -moz-transform: translate3d(50%, 0, 0); -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); }

.index_main .main4 .index_more { margin: 0 auto; margin-top: 60px; }

.index_main .main3{padding-bottom: 80px;}

.index_main .main3 .content{padding-top: 70px;}

.index_main .main3 .content .box { position: relative; overflow: hidden; width: calc(100% - 2px); margin: 0 auto; }

.index_main .main3 .content .box .swiper-container { width: calc(100% + 2px); }

.index_main .main3 .content .box .swiper-slide { border-right: 1px solid #eeeeee; }

.index_main .main3 .content .box .swiper-slide:nth-child(1) .block { -o-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-delay: 0s; animation-delay: 0s; }

.index_main .main3 .content .box .swiper-slide:nth-child(2) .block { -o-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.index_main .main3 .content .box .swiper-slide:nth-child(3) .block { -o-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.index_main .main3 .content .box .swiper-slide:nth-child(4) .block { -o-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.index_main .main3 .content .box .swiper-slide:nth-child(5) .block { -o-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.index_main .main3 .content .box .block { text-align: center; padding: 50px 40px 60px 40px; }

.index_main .main3 .content .box .block .icon { width: 65px; height: 65px; font-size: 32px; line-height: 63px; border-radius: 50%; margin: 0 auto; background-color: #ffffff; border: solid 1px #1e1e1e; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main3 .content .box .block .icon .icon-jiadian { font-size: 27px; }

.index_main .main3 .content .box .block .icon .icon-biaobenpx { font-size: 27px; }

.index_main .main3 .content .box .block .icon .icon-qian { font-size: 30px; }

.index_main .main3 .content .box .block .title { margin-top: 42px; }

.index_main .main3 .content .box .block .title .cn { color: #444444; font-size: 20px; font-weight: bold; line-height: 1.1; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.index_main .main3 .content .box .block .title .en { color: #767676; font-size: 14px; line-height: 1.1; margin-top: 15px; font-family: 'dvl'; }

.index_main .main3 .content .box .block .line_icon { margin: 0 auto; margin-top: 50px; margin-bottom: 40px; width: 20px; height: 2px; background-color: #353535; }

.index_main .main3 .content .box .block .abstract { font-size: 14px; line-height: 28px; color: #888888; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-height: 28px; max-height: 112px; min-height: 112px; }

.index_main .main3 .content .box .block:hover .icon { border: solid 1px #ff9c00; color: #ff9c00; }

.index_main .main3 .content .box .block:hover .title .cn { color: #ff9c00; }

.index_main .main3 .content .box .mouse { text-align: center; padding-top: 60px; padding-bottom: 20px; }

.index_main .main3 .content .box .mouse .iconfonts { position: relative; top: 0; font-size: 29px; color: #ff9c00; -o-animation: mouse2 2s infinite; -moz-animation: mouse2 2s infinite; -webkit-animation: mouse2 2s infinite; animation: mouse2 2s infinite; }

.index_main .mian9 { padding-bottom: 100px; background-color: #f8fafc; }

.index_main .mian9 .content .left_txt { width: 40.5%; }

.index_main .mian9 .content .left_txt .index_title { margin-bottom: 90px; }

.index_main .mian9 .content .left_txt .tags { font-size: 22px; letter-spacing: 0px; color: #000000; font-family: 'SimSun'; margin-bottom: 50px; }

.index_main .mian9 .content .left_txt .tags .icon { margin: 0 20px; width: 10px; height: 10px; border-radius: 50%; background-color: #353535; }

.index_main .mian9 .content .left_txt .abstract { font-size: 14px; letter-spacing: 1px; color: #666666; margin-bottom: 75px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis;  -webkit-box-orient: vertical; line-height: 32px;  min-height: 96px; }

.index_main .mian9 .content .box .right_img { overflow: hidden;margin-right: -130px; position: relative;}

.index_main .mian9 .content .box .right_img .right_img_effect{overflow: hidden;position: absolute;top: 50%;left: 50%;-o-transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%,-50%, 0);height: 70%; width: 100%; }

.index_main .mian9 .content .box .right_img .right_img_effect:after { content: " "; position: absolute; top: 50%; left: -300px; width: 40%; height: calc(200%); transform: translate(0, -50%) rotate(30deg); background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 60%, rgba(255, 255, 255, 0) 70%); background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 60%, rgba(255, 255, 255, 0) 70%); background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 60%, rgba(255, 255, 255, 0) 70%); background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 60%, rgba(255, 255, 255, 0) 70%); background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 60%, rgba(255, 255, 255, 0) 70%); }

.index_main .mian9 .content .box .right_img .right_img_effect:after { -o-animation: logoflash 4s infinite; -moz-animation: logoflash 4s infinite; -webkit-animation: logoflash 4s infinite; animation: logoflash 4s infinite; }

@keyframes mouse2 { 0% { opacity: 1;
    top: 0; }
  100% { opacity: 0;
    top: 20px; } }

    @-webkit-keyframes logoflash {

        100% {
            left: 200%;
        }
    }

    @keyframes logoflash {
        100% {
            left: 200%;
        }
    }

    @media screen and (max-width: 1600px) { .index_main .mian9 .content .box .right_img { width: 65%; margin: 0; } }

    @media screen and (max-width: 1400px) { .index_main .mian9 .content .box .right_img { width: 55%; }
      .index_main .main3 .content .box .block { padding: 50px 20px 60px 20px; } }


/* mailbox END */

@media screen and (max-width: 1400px) {
    .index_main .main7 .main_container .list_container .slide_left {
        width: 37%;
    }
    .index_main .main7 .main_container .list_container .slide_list {
        width: 59%;
    }
    .index_main .main7 .main_container .list_container .slide_list .item {
        width: 47.5%;
    }
    .index_main .main7 .main_container .list_container .slide_list .item:not(:nth-child(2n)) {
        margin-right: 5%
    }
    .index_main .main8 .main_container .item {
        width: 18.4%;
    }
    .index_main .main8 .main_container .item .picture_container {
        height: 130px;
    }
    .index_main .main8 .main_container .item:not(:nth-child(6n)) {
        margin-right: 0;
    }
    .index_main .main8 .main_container .item:not(:nth-child(5n)) {
        margin-right: 2%;
    }
    .index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk {
        width: 45%;
    }
    .index_main .main7 .main_container .list_container .swiper-slide .picture_list .chunk:last-child {
        display: none;
    }
    .index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_list {
        width: 45%;
    }
    .index_main .main7 .main_container .list_container .swiper-slide .text_list .chunk_list:last-child {
        display: none;
    }
}


